







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The property must be overridden by the derived class to return the number of
items in the list.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
public abstract int Count{ get;} |
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property Count As Integer |
Visual C++ |
---|
public: virtual property int Count { int get () abstract override; } |
Field Value
The number of items in the list.
See Also
ListBase<(Of <T>)> Class
Wintellect.PowerCollections Namespace